home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / jpegv6bi.lha / doc / README.AMIGA < prev    next >
Text File  |  1995-09-05  |  3KB  |  95 lines

  1. The Independent JPEG Group's JPEG software
  2. ==========================================
  3.  
  4. README for release 6 of 2-Aug-95
  5. ================================
  6.  
  7. This distribution contains the sixth public release of the Independent JPEG
  8. Group's free JPEG software. See the file README for legal issues.
  9.  
  10. This software is the work of Tom Lane, Philip Gladstone, Luis Ortiz, Jim
  11. Boucher, Lee Crocker, Julian Minguillon, George Phillips, Davide Rossi,
  12. Ge' Weijers, and other members of the Independent JPEG Group.
  13.  
  14. IJG is not affiliated with the official ISO JPEG standards committee.
  15.  
  16. This port for the Amiga is done by Günther Röhrich.
  17.  
  18. I used the original jpegsrc.v6.tar.gz archive ftp'ed directly from ftp.uu.net
  19. for compiling the programs.
  20.  
  21.  
  22. System requirements:
  23.  
  24. - OS 2.0 or higher 
  25.  
  26. - programs with the ending .020881 need a 68020/68881 (or better)
  27.  
  28. - JPEGTMP: must be assigned to a directory with enough free disk space
  29.  
  30. - a stack size of 4000 bytes should be enough
  31.  
  32. - ixemul.library is NOT needed
  33.  
  34.  
  35. ********************
  36. NEW IN THIS RELEASE:
  37. ********************
  38.  
  39. - progressive JPEG files are supported
  40. - new program: jpegtran, for lossless transcoding between different JPEG
  41.   formats
  42. - compiled with gcc 2.7.0 and libnix 1.0, switches: -O3 -fbaserel
  43. - all programs should be a bit faster because of that
  44. - see change.log for more information
  45.  
  46.  
  47. ******************
  48. NEW IN RELEASE 5b:
  49. ******************
  50.  
  51. The ixemul.library is not needed any more. Starting with this release cjpeg
  52. and djpeg are using the Unix-like command line style. Redirection and piping
  53. is now fully supported. Examples:
  54.  
  55.  cjpeg inputfile >outputfile
  56.  cjpeg <inputfile >outputfile
  57.  djpeg -scale 1/4 inputfile | cjpeg >outputfile
  58.  
  59. The last example creates a 1/4 scaled JPEG file of your inputfile. Note
  60. that a temporary ppm file will not be created. To use this with the
  61. standard Amiga shell you need one of those pipe archives:
  62.  
  63. Aminet: util/shell/MJPipe09.lha
  64.         util/shell/Pipe_1_5.lha
  65.         util/cli/pipe3310.lha
  66.         
  67. Use the -outfile option if you don't want to use redirection. New shell
  68. scripts for the jpegAGA program are also included in this release. They are
  69. now working with all versions of djpeg and not just with those using the "two-
  70. file" command line style.
  71.  
  72.  
  73. If you found a bug then please let me know about it. (Every behaviour that
  74. does not correspond to the original documentation is considered a bug.)
  75. If it is not Amiga-specific you may also report it directly to the
  76. Independent JPEG Group.
  77.  
  78.  
  79. My address:
  80.  
  81.  
  82.  
  83.   electronic mail:                                  normal mail:
  84.   ****************                                  ************
  85.  
  86.  Guenther@studbox.uni-stuttgart.de                  Günther Röhrich
  87.                                                     Lerchenbergstr. 4
  88.                                                     73733 Esslingen
  89.                                                         Germany
  90.  
  91.  
  92. You may also visit my personal WWW home page at: 
  93.  
  94.  http://rpool1.rus.uni-stuttgart.de/~zc0r1121/
  95.